home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-08-15 | 383 b | 21 lines | [TEXT/ALFA] |
- ; Macro for playing sounds
- ;
- ; by Karl J. Smith
- ; 8/13/90
-
- (define playManySounds
- setMark
- type "Monkey"
- carriageReturn
- type "Boing"
- carriageReturn
- type "Clink-Klank"
- carriageReturn
- type "Simple Beep"
- carriageReturn
- markHilite
- acmd "SndPlay")
-
- ; Obviously, you probably don't really want to play these sounds all the
- ; time, but it's an example of how to call the ACMD.
-